* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}


.container-fluid {
	padding: 0;

}

.linkLine {
	display: inline-block;
	height: 2px;
	width: 100%;
	background-color: #fff;
	position: relative;
	bottom: 24px;
	opacity: 0;
}

.dropdown-menu {
	top: 46px;
}



.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-nav li:hover .linkLine {
	transform-origin: center center;
	animation: toLongOp 1.2s linear;
	transition: all 1.2s linear;
	animation-fill-mode: forwards;
}

@keyframes toLongOp {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.header-right {
	flex: 1
}

.header-right,
.header-right>div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-right .input-box {
	position: relative;
	margin-right: 10px;
}

.header-right .input-box input {
	width: 0;
	height: 40px;
	border: 1px solid rgba(225, 225, 225, .8);
	outline: none;
	background-color: transparent;
	padding-left: 10px;
	color: #fff;
	opacity: 0;
}

.input-ani {
	animation: inputAni .5s;
	animation-fill-mode: forwards;
}

@keyframes inputAni {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 420px;
		opacity: 1;
	}
}

.header-right .input-box img {
	width: 30px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.totop-img {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 99999;
}

.language-box {
	min-width: 135px;
	cursor: pointer;
	padding: 2px 8px;
	box-sizing: border-box;
	position: relative;
}

.language-box ul {
	position: absolute;
	background-color: #fff;
	width: 138px;
	text-align: center;
	right: 0px;
	top: 29px;
	box-shadow: 0 0 5px #eee;
	height: 0;
	overflow: hidden;
	animation-fill-mode: forwards;
}

.img-ani {
	transform: rotateZ(180deg);
	transition: all .6s;
}

.img-ani2 {
	transform: rotateZ(0);
	transition: all .6s;
}

.ani {
	animation: toLong .6s;

}

.no-ani {
	animation: tonoLong .6s;
}

/* 语言框 */
@keyframes tonoLong {
	from {
		height: 310px;
	}

	to {
		height: 0;
	}
}

/* 语言框 */
@keyframes toLong {
	from {
		height: 0;
	}

	to {
		height: 310px;
	}
}

.language-box ul li {
	height: 30px;
	line-height: 30px;
}

.language-box:hover {
	border: 1px solid #fff;
	border-radius: 6px 6px 2px 2px;
}

.language-box img {
	width: 24px;
}

.language-box span {
	font-size: 16px;
	color: #fff;
	padding: 0 8px;
}

.arrow {
	width: 14px !important;
}

.navbar-default {

	border: none;
}

.navbar {
	border-bottom: 1px solid rgba(225, 225, 225, .45) !important;
	border-radius: 0;
	display: flex;


}

.navbar li a {
	font-size: 16px;
	line-height: 30px;
}

.navbar-default .navbar-nav>.active>a {
	border: none !important;

}

.navbar-default .navbar-collapse {
	flex: 1
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;

}

.navbar-default .navbar-nav>.open>a {
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
}

.product {
	display: flex;
}

.product li {
	padding-bottom: 30px;
}

.navbar-header {
	padding-top: 6px;
	flex: 1;

}

.navbar-header img {
	width: 180px;
}

.navbar {
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	padding: 0 50px;
	position: fixed;
	height: 60px;
	z-index: 9999;
}

.tobig {
	transform-origin: 0 0;
	animation: tobig 0.5s linear;
	transition: all 0.5s linear;
	animation-fill-mode: forwards;
	min-height: 80px;
	padding-top: 15px;
	padding-right: 200px;
}

.tosmall {
	transform-origin: 0 0;
	animation: tosmall 0.5s linear;
	transition: all 0.5s linear;
	animation-fill-mode: forwards;
	min-height: 60px;
	padding-top: 0;
	/* padding-right: 0; */
}

@keyframes tosmall {
	from {
		transform: scale(1.1);
		transform-origin: 0 0;
	}

	to {
		transform: scale(1);
		transform-origin: 0 0;
	}
}

@keyframes tobig {
	from {
		transform: scale(1);
		transform-origin: 0 0;
	}

	to {
		transform: scale(1.1);
		transform-origin: 0 0;
	}
}

.navbar-nav {
	display: block;
	min-width: 515px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.video-box {
	width: 100%;
	height: 100%;
}

.video-box video {
	width: 100%;
	height: 100%;
}

.product li {
	padding: 20px;


}

.product li>div {
	padding-bottom: 74px;
	overflow: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

 

.model-box {
	padding: 20px;
	width: 100%;
	background-color: rgba(225, 225, 225, .8);
	transform: translateY(275px);
	transition: all linear 0.5s;
}

.product li :hover .model-box {
	transform: translateY(80px);


}

.model-box p:first-of-type {
	font-size: 18px;
	color: #30357c;
	font-weight: 600;
}

.model-box p:nth-last-of-type(2) {
	font-size: 14px;
	color: #333;
}

.model-box p:last-of-type {
	width: 120px;
	height: 40px;
	line-height: 30px;
	background-color: #30357c;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}



.about {
	background-image: url("../images/about.jpg");
	background-size: 100% 100%;
	padding-bottom: 200px;
	position: relative;

}

.about .row {
	display: flex;
	align-items: center;
}

.about .content-right {
	width: 40%;
	padding-left: 20%;

}

.about .content-right .circles {
	position: relative;
}

.about .content-right .circles img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 40%;
	margin-top: -30px;
}

.about .content-right .circles div {
	border-radius: 50%;
	border: 0.5px solid #fff;
	transform-origin: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about .content-right .circles .circle1 {
	opacity: 0;
	width: 240px;
	height: 240px;
	animation: loading2 2s linear infinite;


}

.about .content-right .circles .circle2 {
	width: 120px;
	height: 120px;
	animation: loading 4s infinite;
	animation-delay: 1s;

}

.about .content-right .circles .circle3 {
	width: 60px;
	height: 60px;
	animation: loading 3s infinite;

}

.about .content-right .circles .circle3 img {
	border-radius: 50%;
}


@keyframes loading {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		transform: scale(1.25);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes loading2 {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		transform: scale(1.25);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}


.about .content-right .circles {
	/* 	transform: scale(1.2);
	transition: transform .5s; */

}



.about h1 {
	font-size: 40px;
	padding-bottom: 10px;
	color: #fff;
	padding-top: 20px;
}

.line {
	width: 50px;
	background-color: #fff;
	height: 3px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.content-left {
	width: 60%;
	color: #fff;
}

.content-left .desc1,
.desc2 {
	line-height: 32px;
	font-size: 14px;
}


.about-more {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #fff;
	color: #30357c;
	text-align: center;
	border-radius: 4px;
	margin-top: 40px;
	cursor: pointer;
}

.list {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px #eee;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	bottom: 110px;
}

.list li {
	width: 25%;
	padding: 20px;
	border-right: 1px solid #eee;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.list li p {
	font-size: 38px;
	color: #2E2E2E;
	z-index: 9999;
}

#num4 {
	font-size: 38px;
	color: #2E2E2E;
}

.add-icon {
	font-size: 38px !important;
	color: #2E2E2E !important;
}

.list li p span {
	color: #005FA7;
	font-size: 16px;
}

.list li:last-child {
	border: none;
}

.list li img {
	width: 40%;
	height: 50%;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 99;
}




.list li span {
	font-size: 16px;
	color: #30357c;
	padding-top: 10px;
	z-index: 9999;
}


.globle-layout h2 {
	text-align: center;
	font-size: 36px;
	color: #30357c;
	padding-bottom: 25px;
}

.globle-layout .desc {
	font-size: 18px;
	line-height: 34px;
}

.globle-logos {
	width: 100%;
}

footer {
	background-color: #080a25;
	color: #fff;
	padding-top: 30px;
}

footer .container {
	display: flex;
}

.map {
	width: 100%;
}

footer .box1 {
	padding-right: 90px;
}

footer .box1,
footer .box2,
footer .box3 {
	flex: 1
}

footer .box1>.desc {
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #343434;
	opacity: .8;
}

footer .box1>ul {
	padding-bottom: 15px;
	border-bottom: 1px solid #343434;
	margin-bottom: 10px;
}

footer .footer-logo {
	margin-bottom: 25px;
}

footer .box1>ul li {
	padding-bottom: 8px;

}

footer .box1>ul li img {
	margin-right: 8px;
}

footer .icons img {
	margin-right: 8px;
}

footer .icons img:hover {
	transform: translateY(-5px);
	transition: all 0.5s;
}

footer .box2 ul:first-of-type {
	padding-right: 50px;
}

footer .box2 h2,
footer .box3 h2 {
	font-size: 36px;
	padding-bottom: 40px;
	margin: 0;
}

footer .box2 ul li {
	padding-bottom: 25px;
}

footer .box2 ul li a {
	color: #fff;
	font-size: 14px;
}

footer .index-link {
	color: #4EA7F3 !important;
}

footer .box2 ul li:hover a {
	color: #4EA7F3;
}

footer .box2 ul li img {
	margin-right: 5px;
}

footer .box2 .uls {
	display: flex;
}

footer .box3 .input-box {
	display: flex;
	align-items: center;
}

footer .box3 .input-box input {
	width: 260px;
	height: 48px;
	padding-left: 10px;
	background-color: #fff;
	outline: none;
	border: none;
}

footer .box3 .input-box p {
	margin: 0;
	width: 80px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	background-color: #6aa84f;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding-bottom: 40px;

}

footer .box3 .imgs {
	display: flex;
	padding-top: 40px;
	transform-style: preserve-3d;

}

footer .box3 .imgs img:hover {
	transform: rotateY(-360deg);
	transition: all linear 1s;
}

footer .box3 .copyright {
	font-size: 16px;
	padding-top: 30px;
	line-height: 30px;
}

.copyright-num {
	background-color: #080a25;
	color: #fff;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 10px;
}